Skip to content

Translate Portuguese comments to English in C source files - #374

Open
chfr19820610-cell wants to merge 1 commit into
kelvins:mainfrom
chfr19820610-cell:fix/translate-portuguese-comments
Open

Translate Portuguese comments to English in C source files#374
chfr19820610-cell wants to merge 1 commit into
kelvins:mainfrom
chfr19820610-cell:fix/translate-portuguese-comments

Conversation

@chfr19820610-cell

Copy link
Copy Markdown

Translated Portuguese comments and messages to English across 22 C algorithm source files to improve readability and accessibility for the global developer community.

Files translated include:

  • Sorting: CountingSort, InsertionSort, MergeSort
  • Data Structures: Stack, Queue, DynamicStack, DynamicQueue, BinaryTree, BinarySearchTree
  • Linked Lists: SinglyLinkedList, DoublyLinkedList, CircularLinkedList, SortedLinkedList, UnorderedLinkedList
  • Graphs: GraphSearch, ConnectedComponents, HamiltonianCycle, FloydWarshall
  • Search: LinearSearchSentinel
  • Recursion: Factorial, MinMaxRecursive, MaxRecursive, TowerOfHanoi

Fixes #181

Available for Python freelancing: BTC 1JDmYgWRJipA5ZHDmoVPfpfW8n3Gtbb92c

- Translated 22 C algorithm files from Portuguese to English
- Comment translations include: descriptions, inline notes, and output messages
- Affected algorithms: sorting, searching, graphs, trees, linked lists, stacks, queues

Fixes kelvins#181
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Translate C algorithms and comments to English.

1 participant